/* 小于768px时，显示如下样式 */
@media (max-width: 768px) {
    div.sales-item {
        width: 100%;
    }

    div.preferred-brand .swiper-slide {
        width: 75%;
    }

    div.blank-brand {
        height: 20px;
    }

    section.brand-section {
        background-size: 150% 100%;
        padding-bottom: 35px;
    }

    div.custom-pagination {
        float: none;
        width: 100%;
        padding-right: 0;
        max-width: none;
    }

    div.brand-box {
        padding: 0 15px;
    }

    div.copyright-other>div {
        width: 50%;
    }

    div.news-content .right {
        margin-top: 0;
    }

    .mobile-font16px {
        font-size: 16px !important;
    }

    .banner-swiper {
        padding: 0px;
    }

    .product-container .product-box {
        padding-right: 7.5px;
    }

    .product-container .product-box:nth-child(2n) {
        padding-left: 7.5px;
        padding-right: 15px;
    }

    .banner-swiper .swiper-container .swiper-slide img {
        width: 100% !important;
    }
}

/* 大于768px时，显示如下样式 */
@media (min-width: 768px) {}

/* 小于1170px时，显示如下样式 */
@media (max-width: 1170px) {}

/* 大于1170px时，显示如下样式 */
@media (min-width: 1250px) {
    .product-box {
        width: 20%;
    }

    .tool-item {
        width: 14%;
    }
}

html,body {
    color: #1c1c1c;
}

.left-navMenu {
    width: 200px;
    background-color: #fff;
}

/* 轮播图样式 */
.banner-swiper .swiper-button-prev {
    width: 60px;
    height: 60px;
    left: 5%;
    top: 45%;
    background-image: url(/images/reconfiguration-img/swiper-button-prev.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    z-index: 99;
    transition: 0.2s;
}

.banner-swiper .swiper-button-next {
    width: 60px;
    height: 60px;
    right: 5%;
    top: 45%;
    background-image: url(/images/reconfiguration-img/swiper-button-next.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    z-index: 99;
    transition: 0.2s;
}

.banner-swiper .swiper-container .swiper-slide img {
    /* width: 100%; */
    width: 1020px;
}

.sales-information .layui-table-body.layui-table-main {
    overflow-y: hidden;
}

.sales-information .layui-table-body.layui-table-main tr {
    background-image: url(/images/reconfiguration-img/ellipse-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 70%;
    background-position: center;
}

.sales-information .layui-table-fixed-r .layui-table-body tr {
    background-image: url(/images/reconfiguration-img/ellipse-bg-right.png);
    background-repeat: no-repeat;
    background-size: 100% 70%;
    background-position: center;
}

.sales-information .layui-table-body.layui-table-main .layui-table-cell {
    line-height: 21px;
}

.sales-information .layui-table td {
    font-size: 12px;
}

.sales-information .layui-table-view,
.sales-information .layui-table-view * {
    border: none;
}

.sales-information .layui-table-view:after {
    width: 0;
}

.sales-information .layui-table-cell {
    padding: 6px;
}

.sales-information .layui-table-grid-down {
    display: none;
}

.sales-information .layui-table-hover {
    background-color: transparent;
}

.sales-item {
    width: 49%;
    background-color: #fff;
    margin-top: 10px;
}

.sales-item .view-more {
    color: #1c1c1c;
    display: inline-block;
    padding: 0px 40px 0px 20px;
    font-size: 13px;
    position: relative;
    border: 2px solid #1c1c1c;
    line-height: 1.8;
    background-color: #fff;
}

.sales-item .view-more::after {
    content: '→';
    position: absolute;
    right: 5px;
    top: 0px;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
}

.product-img {
    width: 100%;
    padding-top: 100%;
    position: relative;
    background-color: #fff;
    overflow: hidden;
}

.product-img img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.product-details {
    padding: 8px 0px;
    font-family: 'Microsoft YaHei';
}

.product-details p {
    font-size: 13px;
    line-height: 1.7;
    overflow: hidden;
    white-space: nowrap;
}

.preferred-brand .swiper-container {
    width: 100%;
}

.preferred-brand .swiper-wrapper {
    align-items: stretch;
}

.preferred-brand .swiper-slide {
    text-align: center;
    font-size: 18px;
    width: 550px;
    height: auto;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.preferred-brand .swiper-slide:hover {
    transform: scale(1.01);
}

.preferred-brand .swiper-slide>a {
    display: block;
    height: 100%;
}

.brand-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 15px;
    padding: 20px 50px;
    padding-bottom: 20px;
    box-shadow: 8px 8px 15px -6px rgba(204, 204, 204, 1);
    margin-bottom: 20px;
    background-color: #fff;
    height: calc(100% - 20px);
}

.brand-box img {
    width: 35%;
}

.brand-box>div {
    padding: 20px 0 20px 20px;
    text-align: left;
    flex: 1;
}

.custom-pagination {
    float: right;
    max-width: 500px;
    margin-top: 9px;
    padding-right: 70px;
    position: relative;
}

.custom-pagination>.swiper-pagination {
    position: relative;
    text-align: right;
    display: flex;
}

.custom-pagination>.swiper-pagination>.swiper-pagination-bullet {
    width: 40px;
    border-radius: 0;
    height: 3px;
    background-color: #c5c5c5;
    flex: 1;
    max-width: 60px;
}

div.custom-pagination>.swiper-pagination>span.swiper-pagination-bullet-active {
    background-color: #ef6f00;
}

.custom-pagination .swiper-button-prev {
    position: relative;
    background-image: none;
    width: auto;
    height: auto;
    font-size: 28px;
    left: 0;
}

.custom-pagination .swiper-button-next {
    position: relative;
    background-image: none;
    width: auto;
    height: auto;
    font-size: 28px;
    right: 0;
}

.custom-pagination .swiper-button {
    position: absolute;
    right: 0;
    line-height: 22px;
    display: flex;
    justify-content: space-between;
    width: 50px;
    top: 10px;
}

.blank-brand {
    height: 40px;
}

.brand-section {
    position: relative;
    background-image: url('/images/reconfiguration-img/brand-bg.png');
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% 80%;
}

.news-content {
    display: flex;
    align-items: center;
}

.news-content .left {
    width: 40%;
}

.news-content .right {
    flex: 1;
    margin-top: 30px;
}

.new-box {
    display: flex;
    padding: 0 15px 15px 15px;
    border-bottom: 1px solid #ccc;
}

.new-box:hover {
    background-color: #f5f5f5;
}

.new-time {
    width: 80px;
    margin-right: 35px;
    text-align: center;
    padding-top: 25px;
}

.new-time p {
    font-size: 14px;
    line-height: 1.5;
}

.new-time h3 {
    font-size: 46px;
    font-weight: bolder;
}

.new-title {
    padding-top: 8px;
    flex: 1;
    color: #1c1c1c;
}

.new-title p {
    font-size: 18px;
    line-height: 1.8;
}

.new-title span {
    font-size: 14px;
    line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
}

.ellipsis-new {
    display: block;
}